home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / GnuTerm_1.1a / Source / NeXT / GnuView.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-19  |  246 b   |  18 lines

  1. #import <appkit/appkit.h>
  2.  
  3. #define NEXT_XMAX 7200
  4. #define NEXT_YMAX 5040
  5.  
  6. @interface GnuView:View
  7. {
  8.     char *PSstring;
  9. }
  10.  
  11. - drawSelf:(const NXRect *) rects : (int) rectCount;
  12. - initFrame: (NXRect *)rects;
  13. - executePS:(char *)PStext;
  14. - free;
  15.  
  16.  
  17. @end
  18.